add link to server if TOS needs to be signed
authorJyrki Gadinger <nilsding@nilsding.org>
Tue, 18 Feb 2025 10:53:13 +0000 (11:53 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 20 Feb 2025 11:00:54 +0000 (12:00 +0100)
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/gui/accountsettings.cpp

index 579b053a0dcaa5ab3d87aee353dab126cdcf550d..0a5a9f52765e59b27d6cd891fde6b02dcc815181 100644 (file)
@@ -1346,7 +1346,7 @@ void AccountSettings::slotAccountStateChanged()
             Q_UNREACHABLE();
             break;
         case AccountState::NeedToSignTermsOfService:
-            showConnectionLabel(tr("You need to accept the terms of service"));
+            showConnectionLabel(tr("You need to accept the terms of service at %1.").arg(server));
             break;
         }
     } else {